home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / eggrun.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-28  |  136 b   |  7 lines

  1. on(release){
  2.    _root.sound.buttonsound();
  3.    _root.sound.musicstatus = true;
  4.    _root.sound.main_s.start();
  5.    gotoAndStop(1);
  6. }
  7.